home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / CHIP Turkiye Haziran 1997.iso / shar / 95crowd / _setup.1 / Crowd.exe / 0 / RCDATA / TFRMCHANGEPASSWORD / TFRMCHANGEPASSWORD.txt
Text File  |  1996-09-03  |  2KB  |  98 lines

  1. object frmChangePassword: TfrmChangePassword
  2.   Left = 155
  3.   Top = 147
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Crowd Control Password'
  7.   ClientHeight = 139
  8.   ClientWidth = 357
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 13
  17.     Top = 14
  18.     Width = 67
  19.     Height = 13
  20.     Caption = '&Old password:'
  21.     FocusControl = txtOld
  22.   end
  23.   object Label2: TLabel
  24.     Left = 13
  25.     Top = 45
  26.     Width = 73
  27.     Height = 13
  28.     Caption = '&New password:'
  29.     FocusControl = txtNew
  30.   end
  31.   object Label3: TLabel
  32.     Left = 13
  33.     Top = 76
  34.     Width = 109
  35.     Height = 13
  36.     Caption = 'Con&firm new password:'
  37.     FocusControl = txtConfirmNew
  38.   end
  39.   object Label4: TLabel
  40.     Left = 13
  41.     Top = 104
  42.     Width = 254
  43.     Height = 13
  44.     Caption = '(This password only controls access to Crowd Control.'
  45.   end
  46.   object Label5: TLabel
  47.     Left = 13
  48.     Top = 118
  49.     Width = 259
  50.     Height = 13
  51.     Caption = 'It is not the user'#39's password for logging onto Windows.)'
  52.   end
  53.   object cmdOK: TButton
  54.     Left = 277
  55.     Top = 16
  56.     Width = 75
  57.     Height = 25
  58.     Caption = 'OK'
  59.     Default = True
  60.     ModalResult = 1
  61.     TabOrder = 3
  62.   end
  63.   object cmdCancel: TButton
  64.     Left = 277
  65.     Top = 48
  66.     Width = 75
  67.     Height = 25
  68.     Cancel = True
  69.     Caption = 'Cancel'
  70.     ModalResult = 2
  71.     TabOrder = 4
  72.   end
  73.   object txtOld: TEdit
  74.     Left = 133
  75.     Top = 10
  76.     Width = 131
  77.     Height = 21
  78.     PasswordChar = '*'
  79.     TabOrder = 0
  80.   end
  81.   object txtNew: TEdit
  82.     Left = 133
  83.     Top = 41
  84.     Width = 131
  85.     Height = 21
  86.     PasswordChar = '*'
  87.     TabOrder = 1
  88.   end
  89.   object txtConfirmNew: TEdit
  90.     Left = 133
  91.     Top = 72
  92.     Width = 131
  93.     Height = 21
  94.     PasswordChar = '*'
  95.     TabOrder = 2
  96.   end
  97. end
  98.